home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mint110s / readme < prev    next >
Text File  |  1994-02-09  |  2KB  |  41 lines

  1. MiNT is Not TOS: A Multitasking Operating System Extension for the Atari ST
  2.  
  3. Copyright 1990,1991,1992 Eric R. Smith.
  4. Copyright 1992,1993,1994 Atari Corporation
  5. All rights reserved.
  6.  
  7. THE MiNT SOURCE CODE IS PROVIDED FREE OF CHARGE, AS IS. ATARI
  8. CORPORATION AND ERIC R. SMITH MAKE NO REPRESENTATIONS OR
  9. WARRANTIES WITH RESPECT TO THIS CODE, AND IN PARTICULAR
  10. SPECIFICALLY DISCLAIM ANY IMPLIED WARRANTIES OF
  11. MERCHANTIBILITY OR FITNESS FOR A PARTICULAR PURPOSE. USE THIS
  12. CODE AT YOUR OWN RISK.
  13. ----------------------------------------------------------------------------
  14. Here is the source code for the current version of MiNT. There are
  15. lots of changes, of course, but no docs. Sorry. The "changes" file
  16. does provide a useful list of things that have changed since previous
  17. versions of MiNT.
  18.  
  19. Please read the notice in "copying" carefully. This code is completely
  20. unsupported; you use it at your own risk. Because it is unsupported
  21. (and undocumented) we are distributing it in source code only form.
  22. Users who wish a binary version of MiNT should purchase MultiTOS.
  23. Anyone who wants to use this version of MiNT should be fully aware
  24. of the risks involved in using unsupported software, and should
  25. also be comfortable enough with C and the process of compiling that
  26. they can fix bugs themselves. Please respect the conditions in "copying"
  27. (in particular please do not redistribute binary versions of this
  28. program). Source code to future versions of MiNT will not be made
  29. available if these conditions are violated.
  30.  
  31. This version of MiNT is compiled to use memory protection by
  32. default. If you want to use the version of the AES from the ROM,
  33. you'll have to (a) turn off the -DMULTITOS flag in the makefile,
  34. and (b) after compiling rename "mint.prg" to "mintnp.prg". If
  35. MiNT notices that it is called "mintnp.prg", it will come up
  36. with memory protection disabled (this is necessary because the ROM
  37. AES violates memory protection in several ways). You can also
  38. disable memory protection by setting the "no_mem_prot" variable
  39. in memprot.c and recompiling.
  40.  
  41.